List Custom Data Ids
Get a paginated list of all Game State custom data IDs for a given project and environment.
Authentication Required: Yes
ugs cloud-save data custom list [options]
Documentation
For more documentation on listing custom entity IDs, see the Unity Service API Docs.
Options
| Alias | Description | |
|---|---|---|
| project-id | -p, --project-id | The Unity cloud project ID. |
| environment | -e, --environment-name | The services environment name. |
| limit | --limit | The maximum number of custom data IDs to return. If not specified, the default limit of 20 will be used. |
| start | --start | he custom data ID to start the page from. If not specified, the first page will be returned. |
| help | -?, -h, --help | Display help and usage information. |
| quiet | -q, --quiet | Reduce logging to a minimum. |
| json | -j, --json | Use JSON as the output format. |